diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-22 11:52:53 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-22 11:52:53 -0400 |
commit | 6db14109bbae64e5df05cd966b36acc786b1e07c (patch) | |
tree | 93229d73fe7ee31322456735864d0025c0b187bd | |
parent | Fix for previous fix for `clear` / vterm (diff) | |
download | dotfiles.old-6db14109bbae64e5df05cd966b36acc786b1e07c.tar.gz dotfiles.old-6db14109bbae64e5df05cd966b36acc786b1e07c.tar.bz2 dotfiles.old-6db14109bbae64e5df05cd966b36acc786b1e07c.zip |
Add `home/.sbclrc` for SBCL configuration
-rw-r--r-- | home/.sbclrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.sbclrc b/home/.sbclrc new file mode 100644 index 0000000..ad9314c --- /dev/null +++ b/home/.sbclrc | |||
@@ -0,0 +1,7 @@ | |||
1 | |||
2 | ;;; The following lines added by ql:add-to-init-file: | ||
3 | #-quicklisp | ||
4 | (let ((quicklisp-init (merge-pathnames "~/.quicklisp/setup.lisp" | ||
5 | (user-homedir-pathname)))) | ||
6 | (when (probe-file quicklisp-init) | ||
7 | (load quicklisp-init))) | ||